/* ================================
    CSS STYLES FOR ALPA PORTAL
    v1.0, 01/2001
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color:#3997CB;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendeblue by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:darkblue;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: blue;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendeblue by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.Normalblue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: blue;
}




/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkblue;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkblue;
}

A:link  {
    text-decoration:    none;
    color:  darkblue;
}

A:visited   {
    text-decoration:    none;
    color:  darkblue;
}

A:active    {
    text-decoration:    none;
    color:  darkblue;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* * * * * *  Tab Related Properties * * * * * * * */
	.sd_noTab {
		border-width: 0px 0px 1px 0px;
		border-color: #666666;
		border-style: solid;
	}
	.sd_noTabFront {
		border-width: 0px 0px 1px 0px;
		border-color: #666666;
		border-style: solid;
	}
	.sd_selectedFirstTab {
		cursor:hand;
		border-width: 1px 1px 0px 1px;
		border-color: #666666;
		border-style: solid;
		font-size: 11px;
		color: #333333;
		text-align: center;	
		padding: 1px;
	}
	.sd_unselectedFirstTab {
		cursor: hand;
		border-width: 1px 1px 1px 1px;
		border-color: #666666;
		border-style: solid;
		font-size: 11px;
		color: #666666;
		text-align: center;
		background-color: #EEEEEE;	
		padding: 1px;
	}
	.sd_selectedTab {
		cursor: hand;
		border-width: 1px 1px 0px 0px;
		border-color: #666666;
		border-style: solid;
		font-size: 11px;
		color: #333333;
		text-align: center;	
		padding: 1px;
	}
	.sd_unselectedTab {
		cursor: hand;
		border-width: 1px 1px 1px 0px;
		border-color: #666666;
		border-style: solid;
		background-color: #EEEEEE;
		font-size: 11px;
		color: #666666;
		text-align: center;
		padding: 1px;
	}
	.sd_bodyTab {
		border-width: 0px 1px 1px 1px;
		border-color: #666666;
		border-style: solid;
		padding: 8px 4px 4px 4px;
	}
/* * * * *  End of Tab-ralated properties * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

					SysDev Standard Display Container

		 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		.sd_trMainContainerHeader {
			background-color: #3997CB;
			color: #FFFFFF;
			font-size: 11px;
			font-family: verdana, arial, helvetica, sans-serif;			
			height: 20px;
		}
		.sd_tdMainContainerHeader {
			border-width: 1px 0px 0px 1px;
			border-color: #3997CB; 
			border-style: solid;
			text-align: left;
			padding: 0px 2px;
			font-family: Verdana, Arial, helvetica, sans-Serif;
		}
		/* This row is only used if the menu needs to be displayed */
		.sd_trMainContainerMenu {
			background-color: #FFF7E5;
			font-size: 10px;
			height: 17px;
			font-family: Verdana, Arial, helvetica, sans-Serif;
			font-size: 11px;
		}
		/* Again this is only used if the menu needs to be displayed */
		.sd_tdMainContainerMenu {
			text-align: left;
			border-width: 0px 2px 2px 2px;
			border-color: #3997CB; 
			border-style: solid;
			padding: 0px 2px;
			font-family: Verdana, Arial, helvetica, sans-Serif;
			font-size: 11px;
		}
		.sd_tdMainContainerBody {
			text-align: left; 
			border-width: 0px 2px 2px 2px; 
			border-color: #3997CB; 
			border-style: solid;
			padding: 5px 8px 8px 8px;		
			font-family: Verdana, Arial, helvetica, sans-Serif;
			font-size: 11px;
		}


		/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

						SysDev Data Display

		 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		.sd_trDataHeader {
			background-color: #3997CB;
			height: 20px;
			font-size: 11px;
			color: #FFFFFF;
			text-align: left;
			font-family: Verdana, Arial, helvetica, Sans-Serif;
		}
		.sd_tdDataHeaderLeft {
			border-width: 0px;
			border-color: #3997CB; 
			border-style: solid;
		}
		.sd_tdDataHeaderMiddle {
			border-width: 0px; 
			border-color: #3997CB; 
			border-style: solid;
		}
		.sd_tdDataHeaderRight {
			border-width: 0px;
			border-color: #3997CB; 
			border-style: solid;
		}
		.sd_tdDataHeaderOneCell {
			border-width: 1px 1px 0px 1px;
			border-color: #3997CB; 
			border-style: solid;	
		}

		.sd_trDataRow {
			background-color: #FFFFFF;
			font-size: 10px;
			font-family: verdana, Arial, helvetica, Sans-Serif;
			height: 17px;
			cursor: hand;
		}
		.sd_trDataRowHighlighted {
			background-color: #E0E0E0;
			font-size: 10px;
			font-family: Verdana, Arial, helvetica, sans-serif;
			height: 17px;
			cursor: hand;
		}
		.sd_tdDataLeft {
			border-width: 0px; 
			border-color: #3997CB; 
			border-style: solid;
		}
		.sd_tdDataMiddle {

		}
		.sd_tdDataRight {
			border-color: #3997CB; 
			border-style: solid;
			border-width: 0px; 
		}
		.sd_tdDataOneCell {
			border-color: #3997CB; 
			border-style: solid;
			border-width: 0px; 
		}
		
		.sd_trDataLast {
			background-color: #FFFFFF;
			font-size: 10px;
			font-family: Verdana, Arial, helvetica, Sans-Serif;
			height: 17px;
			cursor: hand;
		}
		.sd_trDataLastHighlighted {
			background-color: #E0E0E0;
			font-size: 10px;
			font-family: Verdana, Arial, helvetica, Sans-Serif;
			height: 17px;
			cursor: hand;			
		}
		.sd_tdDataLastLeft {
			border-color: #3997CB;
			border-width: 0px 0px 1px 0px;
			border-style: solid;
		}
		.sd_tdDataLastMiddle {
			border-color: #3997CB;
			border-width: 0px 0px 1px 0px;
			border-style: solid;
		}
		.sd_tdDataLastRight {
			border-color: #3997CB;
			border-width: 0px 0px 1px 0px;
			border-style: solid;
		}
		.sd_tdDataLastOneCell {
			border-color: #3997CB;
			border-width: 0px 0px 1px 0px;
			border-style: solid;	
		}
		